Skip to main content

DescribePropertyScheduleConfig

Description

obtain the update cycle configuration of host asset information.

Request Method

POST

Request Path

/apsara/route/aegis/DescribePropertyScheduleConfig

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
TypeBODYstringNoNo sample value for this parameter.Host asset information type, value: scheduler_account_period: indicates user information refresh cycle scheduler_port_period: indicates the port information refresh period scheduler_process_period: indicates the process information refresh period scheduler_software_period: indicates the application software information refresh cycle
regionIdBODYstringYesNo sample value for this parameter.region id
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstringno demo valuerequest ID.
Configstringno demo valuerefresh interval, in hours.

Example

Successful Response example

{
"RequestId":"no demo value",
"Config":"no demo value"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}